home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / srctt26 / presetun.dfm / presetun.txt
Encoding:
Text File  |  1995-12-22  |  2.8 KB  |  150 lines

  1. object BtnRightDlg: TBtnRightDlg
  2.   Left = 371
  3.   Top = 112
  4.   ActiveControl = MaskEdit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pre-Set Timer Dialog'
  7.   ClientHeight = 184
  8.   ClientWidth = 351
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 219
  20.     Height = 167
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 34
  26.     Top = 52
  27.     Width = 36
  28.     Height = 16
  29.     Caption = 'Hours'
  30.     FocusControl = MaskEdit1
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'Arial'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 34
  39.     Top = 96
  40.     Width = 49
  41.     Height = 16
  42.     Caption = 'Minutes'
  43.     FocusControl = MaskEdit2
  44.     Font.Color = clBlack
  45.     Font.Height = -13
  46.     Font.Name = 'Arial'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object Label3: TLabel
  51.     Left = 34
  52.     Top = 140
  53.     Width = 54
  54.     Height = 16
  55.     Caption = 'Seconds'
  56.     FocusControl = MaskEdit3
  57.     Font.Color = clBlack
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object Label4: TLabel
  64.     Left = 28
  65.     Top = 12
  66.     Width = 128
  67.     Height = 16
  68.     Caption = 'Pre-Set the timer to:'
  69.     Font.Color = clBlack
  70.     Font.Height = -13
  71.     Font.Name = 'Arial'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.   end
  75.   object OKBtn: TBitBtn
  76.     Left = 237
  77.     Top = 6
  78.     Width = 95
  79.     Height = 33
  80.     TabOrder = 0
  81.     OnClick = OKBtnClick
  82.     Kind = bkOK
  83.     Margin = 2
  84.     Spacing = -1
  85.     IsControl = True
  86.   end
  87.   object CancelBtn: TBitBtn
  88.     Left = 237
  89.     Top = 45
  90.     Width = 95
  91.     Height = 33
  92.     TabOrder = 1
  93.     Kind = bkCancel
  94.     Margin = 2
  95.     Spacing = -1
  96.     IsControl = True
  97.   end
  98.   object MaskEdit1: TMaskEdit
  99.     Tag = 1
  100.     Left = 116
  101.     Top = 48
  102.     Width = 29
  103.     Height = 24
  104.     Hint = 'PreSet the Hours'
  105.     EditMask = '00;1;_'
  106.     Font.Color = clBlack
  107.     Font.Height = -13
  108.     Font.Name = 'Arial'
  109.     Font.Style = [fsBold]
  110.     MaxLength = 2
  111.     ParentFont = False
  112.     TabOrder = 2
  113.     Text = '00'
  114.   end
  115.   object MaskEdit2: TMaskEdit
  116.     Tag = 2
  117.     Left = 116
  118.     Top = 92
  119.     Width = 29
  120.     Height = 24
  121.     Hint = 'PreSet the Minutes'
  122.     EditMask = '00'
  123.     Font.Color = clBlack
  124.     Font.Height = -13
  125.     Font.Name = 'Arial'
  126.     Font.Style = [fsBold]
  127.     MaxLength = 2
  128.     ParentFont = False
  129.     TabOrder = 3
  130.     Text = '00'
  131.   end
  132.   object MaskEdit3: TMaskEdit
  133.     Tag = 3
  134.     Left = 116
  135.     Top = 136
  136.     Width = 29
  137.     Height = 24
  138.     Hint = 'PreSet the Seconds'
  139.     EditMask = '00'
  140.     Font.Color = clBlack
  141.     Font.Height = -13
  142.     Font.Name = 'Arial'
  143.     Font.Style = [fsBold]
  144.     MaxLength = 2
  145.     ParentFont = False
  146.     TabOrder = 4
  147.     Text = '00'
  148.   end
  149. end
  150.